prepare("select * from lockme") ; $lock->execute() ; $drow = $lock->fetch(pdo::FETCH_ASSOC) ; $lc = $drow['value'] ; if($lc == 'LOCK') { $msg[] = "Sorry, Results are not yet ready, Check Back Later" ; } else { $pins = trim($_POST['pin']); $regno = trim($_POST['regno']); $classid = trim($_POST['classid']); $sql = $DBcon->prepare("SELECT * FROM pins WHERE pin = :p"); $sql->bindparam(':p', $pins); $sql->execute(); $rc = $sql->rowcount(); if($rc > 0) { $_SESSION["rgno"] = $regno; $_SESSION["pin"] = $pins; $_SESSION["classid"] = $classid; $sql1 = $DBcon->prepare("SELECT * FROM pinassociate WHERE PINCODE = :ps"); $sql1->bindparam(':ps', $pins); $sql1->execute(); $rct = $sql1->rowcount(); if($rct > 0) { $row = $sql1->fetch(PDO::FETCH_ASSOC); $pin = $row['PINCODE']; $owner = $row['REGNO']; $numbused = $row['NOUSED']; if(($owner == $regno) && ($numbused >= 4)) { $msg[] = 'You have used this Pin above its Limit please buy another Card'; } if ($owner != $regno) { $msg[] = 'THIS CARD HAS BEEN USED BY ANOTHER PERSON'; } } } else { $msg[] = 'Sorry the Pin you entered does not exist, Check the Pin and try again'; } if(empty($msg)) { header("location: rs.php"); exit(); } } } ?> Mother of Mercy Girls Secondary School Nnewi - Result Portal



How to Check Your Results

  • Step 1: Gently scratch off the silver coating at the back side of your access card to unveil your PIN
  • Step 2: Enter your Registration Number, PIN and Class ID in the fields provided
  • Step 3: Click Login Button and follow the screen instructions to view and print your result
  • Step 4: Print or download your result for future reference

Don't Know Your Registration Number?

Enter your surname below and click "Find RegNo" to search for your registration number:

Result Portal Login

'; foreach ($msg as $item) { echo "
  • $item
  • "; } echo ''; ?>

    Important Notes

    • Each PIN can only be used 4 times
    • PINS are tied to specific registration numbers
    • Results are updated at the end of each term
    • Contact administration for any issues: 080-XXX-XXXX